projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e45a1e
)
(facemenu-color-equal): Change win32 to ms-windows.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 1996 02:16:57 +0000
(
02:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 1996 02:16:57 +0000
(
02:16
+0000)
lisp/facemenu.el
patch
|
blob
|
history
diff --git
a/lisp/facemenu.el
b/lisp/facemenu.el
index 4e0d293ca3052b4b4b83692b113aab0a8dc83c1c..bf6cad47f249fab727ab979b7b473cd4fcb50c4e 100644
(file)
--- a/
lisp/facemenu.el
+++ b/
lisp/facemenu.el
@@
-491,7
+491,7
@@
This function queries the window-system server to find out what the
color names mean. It returns nil if the colors differ or if it can't
determine the correct answer."
(cond ((equal a b) t)
- ((and (
or (eq window-system 'x) (eq window-system 'win32
))
+ ((and (
memq window-system '(x ms-windows
))
(equal (x-color-values a) (x-color-values b))))
((eq window-system 'pc)
(and (x-color-defined-p a) (x-color-defined-p b)